home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 106_01.zip / DEFFMODS.HRM < prev    next >
Text File  |  1993-06-26  |  1KB  |  58 lines

  1.     To incorporate the changes made by HRM in stdlib1.c
  2.     and stdlib2.c into deff.crl and deff2.crl for BDS C ver 1.31,
  3.     the following sequence of commands was executed.
  4.  
  5.     note: comments are prefaced by "--"
  6.  
  7.     -- eliminate old versions in deff and make room for new
  8.  
  9. clib
  10. o 1 deff
  11. d 1 getc
  12. d 1 putc
  13. d 1 fflush
  14. d 1 sscanf
  15. d 1 sprintf
  16. d 1 _uspr
  17. d 1 fgets
  18. c 1        -- save version of deff with space available
  19. ^C        -- reboot
  20.  
  21.     -- add new versions (plus 1 new function) to deff
  22.  
  23. clib
  24. o 1 deff
  25. o 2 stdlib1
  26. o 3 stdlib2
  27. t 2 1 getc
  28. t 2 1 putc
  29. t 2 1 fflush
  30. t 2 1 ungetc    -- the new one
  31. t 3 1 sscanf
  32. t 3 1 sprintf
  33. t 3 1 _uspr
  34. t 3 1 fgets
  35. c 1        -- permanentize it
  36. ^C        -- reboot
  37.  
  38.     -- add new routines to deff2
  39.  
  40. clib
  41. o 1 deff2
  42. o 2 stdlib2
  43. t 2 1 lprintf
  44. t 2 1 pprintf
  45. t 2 1 lputs
  46. t 2 1 pputs
  47. t 2 1 rgets
  48. t 2 1 lputc
  49. t 2 1 pputc
  50. t 2 1 rgetc
  51. c 1        -- permanentize    it
  52. ^C        -- reboot
  53.  
  54.     -- update process is complete
  55.  
  56.  
  57.  
  58.